Appliance Recovery Backup Schedules RecurrenceInfo

Appliance Recovery Backup Schedules RecurrenceInfo
Appliance Recovery Backup Schedules RecurrenceInfo

The Appliance Recovery Backup Schedules RecurrenceInfo schema contains the recurrence information associated with a schedule.

This schema was added in vSphere API 6.7.

JSON Example
{
    "minute": 0,
    "hour": 0,
    "days": [
        "string"
    ]
}
integer As int64 As int64
minute
Required

Minute when backup should run.

This property was added in vSphere API 6.7.

integer As int64 As int64
hour
Required

Hour when backup should run. The hour should be specified in 24-hour clock format.

This property was added in vSphere API 6.7.

array of string
days
Optional

Day of week when the backup should be run. Days can be specified as list of days.

For more information see: Appliance Recovery Backup Schedules DayOfWeek.

This property was added in vSphere API 6.7.

If missing or null the backup will be run everyday.